STEP 6: It's time to add our loop. Each turn will run through the loop once.

  • Go to and drag Loop through List to the bottom of your program.
  • The first variable in the loop is the loop value. Change the name of the loop value to letter.
  • The second variable in our loop is the loop list. Change the name of the loop list to secret_letters.
  • Drop Say INSIDE the loop.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)